-
Notifications
You must be signed in to change notification settings - Fork 32
✨ Add zipping celery task which returns a download link instead of a path #8089
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add zipping celery task which returns a download link instead of a path #8089
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8089 +/- ##
==========================================
- Coverage 88.26% 88.09% -0.18%
==========================================
Files 1825 1458 -367
Lines 69880 60046 -9834
Branches 1272 634 -638
==========================================
- Hits 61679 52896 -8783
+ Misses 7826 6930 -896
+ Partials 375 220 -155
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
services/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.py
Show resolved
Hide resolved
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
services/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.py
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.py
Outdated
Show resolved
Hide resolved
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks just a question in the comments.
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
GitHK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go with it
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|
|
2699607
into
ITISFoundation:master



What do these changes do?
functionsection of the api-server this PR adds a variant of the zipping celery task in storage which returns a download link rather than the path to the zip.Related issue/s
How to test
Dev-ops